home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 4 / QRZ Ham Radio Callsign Database - Volume 4.iso / digests / tcp / 940190.txt < prev    next >
Internet Message Format  |  1994-11-13  |  17KB

  1. Date: Thu,  1 Sep 94 04:30:02 PDT
  2. From: Advanced Amateur Radio Networking Group <tcp-group@ucsd.edu>
  3. Errors-To: TCP-Group-Errors@UCSD.Edu
  4. Reply-To: TCP-Group@UCSD.Edu
  5. Precedence: Bulk
  6. Subject: TCP-Group Digest V94 #190
  7. To: tcp-group-digest
  8.  
  9.  
  10. TCP-Group Digest            Thu,  1 Sep 94       Volume 94 : Issue  190
  11.  
  12. Today's Topics:
  13.                      IP address question (5 msgs)
  14.                   Kantronics 9612 - results (2 msgs)
  15.                                 Mosaic
  16.                               NOS Hooks
  17.                       pk232 into KISS from nos?
  18.                       running Linux kernel AX.25
  19.                               subscribe
  20.                       TCP-Group Digest V94 #189
  21.                              unsubscribe
  22.  
  23. Send Replies or notes for publication to: <TCP-Group@UCSD.Edu>.
  24. Subscription requests to <TCP-Group-REQUEST@UCSD.Edu>.
  25. Problems you can't solve otherwise to brian@ucsd.edu.
  26.  
  27. Archives of past issues of the TCP-Group Digest are available
  28. (by FTP only) from UCSD.Edu in directory "mailarchives".
  29.  
  30. We trust that readers are intelligent enough to realize that all text
  31. herein consists of personal comments and does not represent the official
  32. policies or positions of any party.  Your mileage may vary.  So there.
  33. ----------------------------------------------------------------------
  34.  
  35. Date: Wed, 31 Aug 94 15:13:31 mdt
  36. From: kb7eec@uugate.wa7slg.ampr.org
  37. Subject: IP address question
  38. To: tcp-group@ucsd.edu
  39.  
  40. Here's a little question for those familiar with NOS:
  41.  
  42. Suppose I have a system at home running JNOS 1.10c, with these network
  43. connections:
  44.     1. a packet radio interface on COM1
  45.     2. an ethernet interface
  46.     3. a SLIP interface on COM2
  47.  
  48. How many IP addresses do I need in order for this system to function,
  49. possibly with all three of the TCP/IP network connections listed
  50. above being active at the same time?
  51.  
  52. I think the answer is three IP addresses, with #3 (the SLIP interface)
  53. possibly being dynamically assigned by a SLIP server, if that is the type of
  54. SLIP connection I establish.  I just wanted to verify this with other people.
  55.  
  56. So, in other words, I think systems need an IP address for each TCP/IP network
  57. interface the system has.  Right?
  58.  
  59. Thanks,
  60. Gary
  61.  
  62. ------------------------------
  63.  
  64. Date: Wed, 31 Aug 1994 20:42:28 -0500
  65. From: "Milton D. Miller II" <miltonm@bga.com>
  66. Subject: IP address question
  67. To: tcp-group@UCSD.EDU
  68.  
  69. NOS, unlike most unix stacks, only requires ONE ip address for all ports.
  70.  
  71. However, to support routing, you will probably end up using different
  72. IP subnets and therefore addresses on each port.   NOS decides which
  73. interface to send on based on the routing table and doesn't enforce
  74. subnets -- you just have to set up your routing table.
  75.  
  76. milton
  77. --
  78. Milton Miller  KB5TKF  miltonm@bga.com
  79.  
  80. ------------------------------
  81.  
  82. Date: Wed, 31 Aug 94 15:48:18 HST
  83. From: Antonio Querubin <tony@mpg.phys.hawaii.edu>
  84. Subject: IP address question
  85. To: kb7eec@uugate.wa7slg.ampr.org
  86.  
  87. > Suppose I have a system at home running JNOS 1.10c, with these network
  88. > connections:
  89. >     1. a packet radio interface on COM1
  90. >     2. an ethernet interface
  91. >     3. a SLIP interface on COM2
  92. > How many IP addresses do I need in order for this system to function,
  93. > possibly with all three of the TCP/IP network connections listed
  94. > above being active at the same time?
  95. > I think the answer is three IP addresses, with #3 (the SLIP interface)
  96. > possibly being dynamically assigned by a SLIP server, if that is the type of
  97. > SLIP connection I establish.  I just wanted to verify this with other people.
  98. > So, in other words, I think systems need an IP address for each TCP/IP network
  99. > interface the system has.  Right?
  100.  
  101. Nope.  You need only one IP address for any single system.  As long as
  102. you can specify explicitly the broadcast address for
  103. non-point-to-point ports to match a sub-network's broadcast address you'll
  104. be ok.  If you're running 3 ports then you're probably running as a
  105. router between three nets.  RIP will send routing updates using the
  106. broadcast address for a port.  A host receiving your RIP updates will
  107. log your IP address in it's routing tables as a SEPARATE entry
  108. regardless of whether your IP address is in the same subnet.  The
  109. exception is when the receiving host has 'rip merge on' AND your
  110. router's IP address happens to be in the same subnet (the route is
  111. merged in with the subnet route).  The bottom line is that a host does
  112. NOT have to use an IP address that falls within the address space of a
  113. subnet.  You might think 'gee what use is subnetting then?' well -
  114. subnetting reduces the size of your routing table.  Typically, few
  115. hosts act as routers off a subnet so the number of entries in a
  116. routing table for routes beyond the local subnet are no big deal.  
  117.  
  118. The only major reason I can think of off the top of my head for requiring
  119. explicitly separate IP addresses per port is if your router has to
  120. identify itself as being on a particular network (for whatever
  121. security reasons) when it's acting as an IP client.  The
  122. AMPRnet/Internet encapsulation gateways come to mind for example.
  123. Maybe some other folks on this group can come up with other reasons...
  124.  
  125. Tony
  126.  
  127. ------------------------------
  128.  
  129. Date: Wed, 31 Aug 94 23:20 EDT
  130. From: nelson@crynwr.com (Russell Nelson)
  131. Subject: IP address question
  132. To: tcp-group@UCSD.EDU
  133.  
  134.    Date: Wed, 31 Aug 1994 20:42:28 -0500
  135.    From: "Milton D. Miller II" <miltonm@bga.com>
  136.  
  137.    NOS, unlike most unix stacks, only requires ONE ip address for all ports.
  138.  
  139.    However, to support routing, you will probably end up using different
  140.    IP subnets and therefore addresses on each port.   NOS decides which
  141.    interface to send on based on the routing table and doesn't enforce
  142.    subnets -- you just have to set up your routing table.
  143.  
  144. NOS does it right; Unix does it wrong.  There is no particular reason
  145. to force a single subnet on a single interface.  Or rather, there is a
  146. reason to do it, but also reasons not to do it.  I like to have the
  147. choice.  Plus, it's just plain simpler to understand even if you *do*
  148. put a single subnet on a single interface.
  149.  
  150. -russ <nelson@crynwr.com>    http://www.crynwr.com/crynwr/nelson.html
  151. Crynwr Software   | Crynwr Software sells packet driver support | ask4 PGP key
  152. 11 Grant St.      | +1 315 268 1925 (9201 FAX)  | What is thee doing about it?
  153. Potsdam, NY 13676 | LPF member - ask me about the harm software patents do.
  154.  
  155. ------------------------------
  156.  
  157. Date: Thu, 01 Sep 1994 07:14:35 -0400
  158. From: "Brandon S. Allbery" <bsa@kf8nh.wariat.org>
  159. Subject: IP address question 
  160. To: tcp-group@ucsd.edu
  161.  
  162. In your message of Wed, 31 Aug 1994 23:20:00 EDT, you write:
  163. +---------------
  164. | NOS does it right; Unix does it wrong.  There is no particular reason
  165. | to force a single subnet on a single interface.  Or rather, there is a
  166. +------------->8
  167.  
  168. You might be interested to know that, not knowing any better, I set up the two 
  169. interfaces on my Linux box (kernel networking, not JNOS) with the same IP 
  170. address, and no distinct subnet on either interface --- and it seems to work 
  171. fine.
  172.  
  173. ++Brandon
  174. -- 
  175. Brandon S. Allbery KF8NH     [44.70.4.88]          bsa@kf8nh.wariat.org
  176. Linux development:  iBCS2, JNOS, MH
  177. Daily dreading Nehemiah Scudder^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^HRush Limbaugh
  178.  
  179. ------------------------------
  180.  
  181. Date: Wed, 31 Aug 1994 07:52:11 -0500 (CST)
  182. From: Bill Walker <bw@uecok.ecok.edu>
  183. Subject: Kantronics 9612 - results
  184. To: tcp-group@ucsd.edu
  185.  
  186.     Wow!  I kicked over an anthill with my question concerning
  187.     the Kantronics 9612.  Seems there are lots of happy owners
  188.     out there.
  189.  
  190.     The ability to operate two radios at once was mentioned
  191.     several times, but everyone who mentioned it seemed just
  192.     about to try it.
  193.  
  194.     Is the mechanism the same (i.e. set an 8th bit) as the KAM
  195.     uses for dual port operations ?  If so, K5JB's NET will
  196.     probably make the thing talk without modification.
  197.  
  198.     73 de Bill W5GFE
  199.  
  200. -- 
  201. Bill Walker Ph.D.
  202. Chairman, Dept. of Computer Science
  203. East Central University
  204. Ada, Oklahoma 74820-6899
  205.  
  206. e-mail:  bw@cs.ecok.edu 
  207. phone:   405 332 8000 ext. 594
  208. FAX:     405 436 4563
  209.  
  210. ------------------------------
  211.  
  212. Date: Wed, 31 Aug 1994 16:35:37 +0100 (BST)
  213. From: john <John.Heaton@nessie.mcc.ac.uk>
  214. Subject: Kantronics 9612 - results
  215. To: bw@uecok.ecok.edu (Bill Walker)
  216.  
  217. >     Wow!  I kicked over an anthill with my question concerning
  218. >     the Kantronics 9612.  Seems there are lots of happy owners
  219. >     out there.
  220. >     The ability to operate two radios at once was mentioned
  221. >     several times, but everyone who mentioned it seemed just
  222. >     about to try it.
  223. >     Is the mechanism the same (i.e. set an 8th bit) as the KAM
  224. >     uses for dual port operations ?  If so, K5JB's NET will
  225. >     probably make the thing talk without modification.
  226.  
  227. Should be, the same goes for the DataEngine too. I have AmigaNOS talking to
  228. both 1200 and 9600 ports together with exactly the same setup as used on my
  229. KAM with the 300 and 1200 ports.
  230.  
  231. John
  232. >     73 de Bill W5GFE
  233. > -- 
  234. > Bill Walker Ph.D.
  235. > Chairman, Dept. of Computer Science
  236. > East Central University
  237. > Ada, Oklahoma 74820-6899
  238. > e-mail:  bw@cs.ecok.edu 
  239. > phone:   405 332 8000 ext. 594
  240. > FAX:     405 436 4563
  241.  
  242. -- 
  243.                  John Heaton   -   NRS Central Administrator
  244.       MCC Network Unit, The University, Oxford Road, Manchester,  M13-9PL
  245.             Phone: (+44) 161 275 6011  -  FAX: (+44) 161 275 6040
  246.  
  247. ------------------------------
  248.  
  249. Date: Wed, 31 Aug 1994 12:55:40 -0600 (MDT)
  250. From: Klarsen <klarsen@kazak.NMSU.Edu>
  251. Subject: Mosaic
  252. To: TCP digest <tcp-group@ucsd.edu>
  253.  
  254.     Well got mosaic working and connected to the World Wide Web (www) 
  255. servers. I did get Bdales paper on Mitrex mods. So here is how you do it:
  256.  
  257.     1. FTP to ftp.ncsa.uiuc.edu and log in with anaonymous (spelled 
  258. right) and your internet address as a password. 
  259.  
  260.     2. Change directory to /Mosaic/Windows (and do use the cap M and W)
  261.  
  262.     3. D/L win32s.zip which is a modification to windows 3.1 that 
  263. makes it function as a 32 bit system.
  264.  
  265.     4. D/L wmos20a6r?.zip which is the mosaic software that is free. 
  266.  
  267.     5. D/L winsock.zip which is Trumpet ver 1.0, a shareware program.
  268.  
  269.     6. D/L winapps.zip which has the telnet and ftp software for Trumpet.
  270.  
  271.     7. Quit and make a \mosaic and \trumpet directories and put 
  272. mosaic in it's dir. and put winapps and winsock in \trumpet.
  273.  
  274.     8. Make a \temp and put win32s there. Using pkzip ver 2.04g 
  275. pkunzip win32s. Read the readme and them pkunzip again. Then in windows 
  276. load the new windows software. It went fine the first time with me.
  277.  
  278.     9. Pkunzip mosaic and print out the documentation. Follow the 
  279. instructions and get mosaic.ini fixed up.
  280.  
  281.     10. Pkunzip the files in \trumpet and print out the documentation 
  282. and install Trumpet either for a packet driver to an ethernet connection 
  283. or use it to slip connect via the telephone.
  284.  
  285.     When you get all this done properly (it took me 4 hours) bring up 
  286. mosaic. You can from the first window go to Bdales web in Colorado very 
  287. fast and my HP laserjet series ll prints out almost everything I see on 
  288. the screen perfectly!
  289.  
  290.     If you don't have a 88386 or better cpu and run windows version 
  291. 3.1 then ignore all above this line.
  292.  
  293. -karl k5di
  294.  
  295. ------------------------------
  296.  
  297. Date: Thu, 1 Sep 94 9:39:05 EST
  298. From: csmall@acacia.itd.uts.edu.au (c.small-acacia-ele-student-90064116)
  299. Subject: NOS Hooks
  300. To: tcp-group@ucsd.edu (TCP-group relay)
  301.  
  302. G'day All,
  303.   I have a decision to make.  I'm going to be looking at either modifying
  304. or re-writing the RSPF code to make it work with v2.2.  Now it needs to use
  305. some hooks, of course, to get information etc from other processes.
  306.  
  307. On my system at home, I have a Linux box and a NOS box.  At the moment the
  308. NOS box has the radios, though I think soon I will be able to move them to
  309. the Linux box.
  310.  
  311. My question, is there somewhere I can find the 'hooks' and calls for NOS?
  312. I'd prefer to do my work in NOS as then I can easy compile versions for
  313. other amateurs to test around here.  However I need some calls, which in
  314. Unix are documented.
  315.  
  316. I have heard that some versions of NOS are a lot like Unix in their calls.
  317. Is this just the newer versions of KarnCode or does this hold, for example,
  318. jnos 1.10?
  319.  
  320. On a separate note, keep the list going.  I've learnt a lot and I'm sure
  321. there is a lot of silent listeners out there reading.  This is, I think,
  322. one of my first messages after reading it for 4 years.
  323.  
  324.   - Craig vk2xlz
  325.  
  326. -- 
  327. //   /\     |    |   |  | |   ... Craig Small   [44.136.8.58] ... ...
  328. ||==|--|====|====|===|==|=|   ... INTERNET: csmall@acacia.itd.uts.edu.au
  329. \\   \/     |    |   |  | |   ... AMPR    : VK2XLZ@VK2XSB ... ... ...
  330.  
  331. ------------------------------
  332.  
  333. Date: Tue, 30 Aug 94 21:30:00 -0000
  334. From: mikebw@bilow.bilow.uu.ids.net (Mike Bilow)
  335. Subject: pk232 into KISS from nos?
  336. To: tcp-group@UCSD.EDU
  337.  
  338. On 94 Aug 30 at 17:50, Charles Okstein wrote:
  339.  
  340.  CO> I'm just starting to use JNOS 1.10e.  I can't seem to get 
  341.  CO> my pk232 MBX into KISS mode and set the speed to 9600 from 
  342.  CO> the autoexec.nos file. Here's what I've tried based on 
  343.  CO> other's suggestions:
  344.  
  345.  CO> attach asy 0x3e8 5 ax25 ax3 2048 236 9600
  346.  CO> param ax3 rts 1
  347.  CO> param ax3 dtr 1
  348.  CO> comm ax3 "FRack 4"
  349.  CO> comm ax3 "HBaud 9600"
  350.  CO> comm ax3 "KISS on"
  351.  CO> comm ax3 "Restart"
  352.  
  353.  CO> JNOS works well otherwise when I put the Pk232 into KISS 
  354.  CO> via a windows program pc-packratt and then exit to JNOS.  
  355.  CO> Any ideas or suggestions?
  356.  
  357. Try sending CR characters in the "comm" statements:
  358.  
  359. comm ax3 "frack 4\r"
  360. comm ax3 "hbaud 9600\r"
  361. comm ax3 "kiss on\r"
  362. comm ax3 "restart\r"
  363.  
  364. You should be able to do this in one line, in fact:
  365.  
  366. comm ax3 "\rfrack 4\rhbaud 9600\rkiss on\rrestart\r"
  367.  
  368. By the way, I don't think AEAs need the "restart" after "kiss on" like the
  369. MFJs, but it can't hurt.
  370.  
  371. -- Mike
  372.  
  373.  
  374. ------------------------------
  375.  
  376. Date: Wed, 31 Aug 94 13:49 PDT
  377. From: bruce@pixar.com (Bruce Perens)
  378. Subject: running Linux kernel AX.25
  379. To: tcp-group@ucsd.edu
  380.  
  381. A few people sent mail asking what versions of Linux I use to run
  382. the kernel ax.25 .
  383.  
  384. First, I'd like you to note that part of the Linux networking software
  385. was written by Fred Van Kempen, a Dutch CB-er who was thoroughly hassled
  386. by various tcp-group posters for using packet-radio software that is
  387. only intended for the Radio Amateur community. I'm glad Fred didn't
  388. restrict _us_ from using _his_ software.
  389.  
  390. I am currently running Linux kernel version 1.1.48 . This can be downloaded
  391. from ftp.funet.fi:pub/OS/Linux/PEOPLE/Linus/v1.1 . In that directory there
  392. are tar files of complete systems, and patch files to bring the systems
  393. up to the latest point revision.
  394.  
  395. The AX.25 software and much of the later Linux networking software comes
  396. from Alan Cox GW4PTS. Alan's FTP site is sunacm.swan.ac.uk . In the
  397. directory pub/Linux/Radio, you must download the files from AX25022,
  398. AX25023, and AX25024. These contain tar files and diff files.
  399.  
  400. If building a Linux kernel is not your cup of tea, I will be
  401. distributing a pre-built ham radio package for the Debian Linux
  402. Distribution. Debian is a free, full-featured Linux system. 
  403. It's going to be about a month before that's ready. I'll announce
  404. it here.
  405.  
  406.     Thanks
  407.  
  408.     Bruce Perens AB6YM
  409.  
  410. ------------------------------
  411.  
  412. Date: Wed, 31 Aug 94 23:20:34 UTC
  413. From: kb7zzs@kb7zzs.ampr.org
  414. Subject: subscribe
  415. To: tcp-group@ucsd.edu
  416.  
  417. I would like to subcribe tcp-group kb7zzs.ampr.org
  418. Thankyou, Michael KB7ZZS
  419.  
  420. ------------------------------
  421.  
  422. Date: Wed, 31 Aug 1994 09:57:54 -0800 (PDT)
  423. From: jmorriso@bogomips.ee.ubc.ca (John Paul Morrison)
  424. Subject: TCP-Group Digest V94 #189
  425. To: TCP-Group@UCSD.EDU
  426.  
  427. > Date: Tue, 30 Aug 94 10:55 EDT
  428. > From: nelson@crynwr.com (Russell Nelson)
  429. > Subject: Ajourn
  430. > To: tcp-group@UCSD.EDU
  431. > Definitely, let's keep up this technical dialogue.
  432. > Has anyone else noticed that KA9Q beats the pants off commercial
  433. > routers, e.g. the Livingston PortMaster?  Damn thing won't let me set
  434. > up a static route to a network.  If I'd only run with my intuition and
  435. > gotten a sync card with a packet driver, I'd have gotten the routing
  436. > job done at half the cost AND half the time AND half the exasperation.
  437.  
  438. You've got to be kidding. I need to run KA9Q because it has an 'encap'
  439. interface (tunneling IP over IP) for gateways, and I can easily hang a
  440. KA9Q router.  For example, a wayward RPC program can go nuts sending
  441. out udp packets to portmap on a machine on the other end, instant
  442. sieze up of the NOS router. Or (so I'm told) run xmaze through a KA9Q
  443. box that's routing to a 56kbps tcp/ip packet network, one or two mazes
  444. get drawn and the NOS box dies. Maybe NOS just doesn't like UDP.
  445.  
  446. > -russ <nelson@crynwr.com>    http://www.crynwr.com/crynwr/nelson.html
  447. > Crynwr Software   | Crynwr Software sells packet driver support | ask4 PGP key
  448. > 11 Grant St.      | +1 315 268 1925 (9201 FAX)  | What is thee doing about it?
  449. > Potsdam, NY 13676 | LPF member - ask me about the harm software patents do.
  450.  
  451. ------------------------------
  452.  
  453. Date: Wed, 31 Aug 1994 10:50:19 -0400 (EDT)
  454. From: Steve Houchins <shouchin@analytics.abb.com>
  455. Subject: unsubscribe
  456. To: tcp-group@ucsd.edu
  457.  
  458. unsubscribe shouchins@analytics.abb.com tcp-group
  459.  
  460. ------------------------------
  461.  
  462. End of TCP-Group Digest V94 #190
  463. ******************************
  464.